projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aae994
)
Make sure we always include gdk-pixbuf in the gdk requires
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 29 Jun 2010 11:56:32 +0000
(07:56 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 29 Jun 2010 11:57:40 +0000
(07:57 -0400)
This is needed since we include gdk-pixbuf.h in public gdk headers
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 70db346def3c8269cff99b4d52c28c968ff95adc..25e5d4e4a59776c96d917375667949158933b811 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1312,7
+1312,7
@@
GDK_DEP_CFLAGS="`$PKG_CONFIG --cflags gthread-2.0 $GDK_PACKAGES` $GDK_EXTRA_CFL
# into the pkg-config files
#
if test $enable_explicit_deps != yes ; then
- GDK_PACKAGES="$PANGO_PACKAGES"
+ GDK_PACKAGES="$PANGO_PACKAGES
gdk-pixbuf-2.0
"
GDK_EXTRA_LIBS=
fi